-
Notifications
You must be signed in to change notification settings - Fork 260
ci: Unblocking ADO build pipeline #3860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the ADO build pipeline by removing references to the non-existent "acn-devops" repository and simplifying the pipeline configuration to use local templates and resources instead.
- Removes dependency on external "acn-devops" repository that was blocking the pipeline
- Streamlines pipeline configuration by using local templates and artifacts
- Includes build fixes for ARM64 architecture and manifest generation
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .pipelines/run-pipeline.yaml | Major refactor removing acn-devops dependency and simplifying stage configuration |
| .pipelines/build/ob-prepare.steps.yaml | Updates artifact handling and template references to use local resources |
| .pipelines/build/images.jobs.yaml | Enables ARM64 host architecture and removes unnecessary QEMU settings |
| .pipelines/build/image.steps.yaml | Adds provenance false flag to Docker build parameters |
| .pipelines/build/generate-manifest.steps.yaml | Fixes manifest argument handling by properly joining array elements |
Comments suppressed due to low confidence (1)
.pipelines/run-pipeline.yaml:15
- The variable name 'ACR_DIR' is misleading as it appears to reference Azure Container Registry but actually points to the source directory. Consider renaming to 'ACN_SOURCE_DIR' or similar to match the pattern used elsewhere.
ACR_DIR: $(Build.SourcesDirectory)/azure-container-networking
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
* Revert "Use Separate Version for Build vs. Source (Azure#3751)" This reverts commit 948a40f. * Test * Test * Test * Unblocking build pipeline
Reason for Change:
The ADO build pipeline is currently blocked with a reference to a "acn-devops" repo which is not refenced in the main pipeline file (in the ADO repository).
This PR reverts this reference. It also implements a fix for a building all the images in the OneBranch ADO pipeline.
Issue Fixed:
No GitHub issue associated to this PR.
Requirements:
Notes: